Package-level declarations
Types
Link copied to clipboard
class AllowableIdentifiers @JvmOverloads constructor(predicate: Predicate<Identifier>, supplier: Supplier<List<Identifier>>, cache: Boolean = false) : EntryValidator<Identifier> , EntrySuggester<Identifier>
Defines a set of allowable identifiers for use in validation. Also supplies Suggestions to generate suggestion popups in-game.
Link copied to clipboard
class AllowableStrings(predicate: Predicate<String>, supplier: Supplier<List<String>>) : EntryChecker<String> , EntrySuggester<String>
Defines a set of allowable strings for use in validation. Also supplies Suggestions to generate suggestion popups in-game.
Link copied to clipboard
SubInterface of Translatable for use with Enums
Link copied to clipboard
A math expression for evaluating in-game. Supports a wide array of basic math functions, as well as some MathHelper functions
Link copied to clipboard
interface PlatformApi
API for abstraction of simple ModLoader requests
Link copied to clipboard
interface Translatable
Classes that implement Translatable can be automatically utilized by many FzzyConfig systems for generating translatable text in-game
Link copied to clipboard
A result of any type T that is wrapped with an optional error message